[INFO] cloning repository https://github.com/denisoster/tomato
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/denisoster/tomato" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdenisoster%2Ftomato", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdenisoster%2Ftomato'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] ff0378d1a0433206e97df4e5aeaebdd8126936d1
[INFO] checking denisoster/tomato/ff0378d1a0433206e97df4e5aeaebdd8126936d1 against master#4eb62535fc12dd1a63fd43a4173e224e79313c4d for pr-158816
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdenisoster%2Ftomato" "/workspace/builds/worker-3-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-3-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/denisoster/tomato
[INFO] finished tweaking git repo https://github.com/denisoster/tomato
[INFO] tweaked toml for git repo https://github.com/denisoster/tomato written to /workspace/builds/worker-3-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/denisoster/tomato on toolchain 4eb62535fc12dd1a63fd43a4173e224e79313c4d
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+4eb62535fc12dd1a63fd43a4173e224e79313c4d" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/denisoster/tomato already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+4eb62535fc12dd1a63fd43a4173e224e79313c4d" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded mlua_derive v0.10.1
[INFO] [stderr]   Downloaded mlua-sys v0.6.7
[INFO] [stderr]   Downloaded mlua v0.10.3
[INFO] [stderr]   Downloaded cc v1.2.18
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3d5ced03c013a94a2f102a4510f48a6e9184255caf5fd8244f58017bde7f5210" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 1b008fa4379ceb6c91ae13997a7edc169614b3b82b5acca6da4527399070ecea
[INFO] running `Command { std: "docker" "start" "1b008fa4379ceb6c91ae13997a7edc169614b3b82b5acca6da4527399070ecea", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "1b008fa4379ceb6c91ae13997a7edc169614b3b82b5acca6da4527399070ecea", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "1b008fa4379ceb6c91ae13997a7edc169614b3b82b5acca6da4527399070ecea" "/opt/rustwide/cargo-home/bin/cargo" "+4eb62535fc12dd1a63fd43a4173e224e79313c4d" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "1b008fa4379ceb6c91ae13997a7edc169614b3b82b5acca6da4527399070ecea", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-w" "/opt/rustwide/workdir" "--user" "0:0" "1b008fa4379ceb6c91ae13997a7edc169614b3b82b5acca6da4527399070ecea" "/opt/rustwide/cargo-home/bin/cargo" "+4eb62535fc12dd1a63fd43a4173e224e79313c4d" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]     Checking tomato v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0432]: unresolved import `tomato::dbus`
[INFO] [stdout]  --> src/main.rs:8:13
[INFO] [stdout]   |
[INFO] [stdout] 8 | use tomato::dbus::server;
[INFO] [stdout]   |             ^^^^ could not find `dbus` in `tomato`
[INFO] [stdout]   |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]  --> src/lib.rs:5:9
[INFO] [stdout]   |
[INFO] [stdout] 4 | #[cfg(feature = "dbus")]
[INFO] [stdout]   |       ---------------- the item is gated behind the `dbus` feature
[INFO] [stdout] 5 | pub mod dbus;
[INFO] [stdout]   |         ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `tomato::dbus`
[INFO] [stdout]  --> src/main.rs:8:13
[INFO] [stdout]   |
[INFO] [stdout] 8 | use tomato::dbus::server;
[INFO] [stdout]   |             ^^^^ could not find `dbus` in `tomato`
[INFO] [stdout]   |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]  --> src/lib.rs:5:9
[INFO] [stdout]   |
[INFO] [stdout] 4 | #[cfg(feature = "dbus")]
[INFO] [stdout]   |       ---------------- the item is gated behind the `dbus` feature
[INFO] [stdout] 5 | pub mod dbus;
[INFO] [stdout]   |         ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `smol` in this scope
[INFO] [stdout]   --> src/main.rs:82:5
[INFO] [stdout]    |
[INFO] [stdout] 82 |     smol::block_on(server())
[INFO] [stdout]    |     ^^^^ use of unresolved module or unlinked crate `smol`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `smol`, use `cargo add smol` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `zbus` in this scope
[INFO] [stdout]   --> src/main.rs:81:20
[INFO] [stdout]    |
[INFO] [stdout] 81 | fn run_daemon() -> zbus::Result<()> {
[INFO] [stdout]    |                    ^^^^ use of unresolved module or unlinked crate `zbus`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `zbus`, use `cargo add zbus` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0432, E0433.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `tomato` (bin "tomato") due to 3 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] error[E0433]: cannot find module or crate `smol` in this scope
[INFO] [stdout]   --> src/main.rs:82:5
[INFO] [stdout]    |
[INFO] [stdout] 82 |     smol::block_on(server())
[INFO] [stdout]    |     ^^^^ use of unresolved module or unlinked crate `smol`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `smol`, use `cargo add smol` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `zbus` in this scope
[INFO] [stdout]   --> src/main.rs:81:20
[INFO] [stdout]    |
[INFO] [stdout] 81 | fn run_daemon() -> zbus::Result<()> {
[INFO] [stdout]    |                    ^^^^ use of unresolved module or unlinked crate `zbus`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `zbus`, use `cargo add zbus` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0432, E0433.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `tomato` (bin "tomato" test) due to 3 previous errors
[INFO] running `Command { std: "docker" "inspect" "1b008fa4379ceb6c91ae13997a7edc169614b3b82b5acca6da4527399070ecea", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "1b008fa4379ceb6c91ae13997a7edc169614b3b82b5acca6da4527399070ecea", kill_on_drop: false }`
[INFO] [stdout] 1b008fa4379ceb6c91ae13997a7edc169614b3b82b5acca6da4527399070ecea
